|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IStatusLineWithProgressManager is the interface for status line managers that can handle both static messages and those that are a result of progress.
Method Summary | |
void |
clearProgress()
Progress has completed. |
void |
setProgressMessage(String message)
Sets the message text to be displayed on the status line. |
Methods inherited from interface org.eclipse.jface.action.IStatusLineManager |
getProgressMonitor, isCancelEnabled, setCancelEnabled, setErrorMessage, setErrorMessage, setMessage, setMessage |
Methods inherited from interface org.eclipse.jface.action.IContributionManager |
add, add, appendToGroup, appendToGroup, find, getItems, getOverrides, insertAfter, insertAfter, insertBefore, insertBefore, isDirty, isEmpty, markDirty, prependToGroup, prependToGroup, remove, remove, removeAll, update |
Method Detail |
public void setProgressMessage(String message)
This method replaces neither the current message but does not affect the error message. When the progress is done the progress message will be cleared and the message restored.
message
- the message, or null
for no messagepublic void clearProgress()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |